home *** CD-ROM | disk | FTP | other *** search
/ CD World of Edutainment / CD World of Edutainment.iso / cdwvol26 / appl6 / load_wp.bat < prev    next >
DOS Batch File  |  1991-07-18  |  1KB  |  30 lines

  1. cls
  2. echo on
  3. md C:\W_PART
  4. copy *.* C:\W_PART
  5. c:
  6. cd \W_PART
  7. echo off
  8. echo * ***************************************************************** *
  9. echo *                                                                   *
  10. echo * Notes:                                                            *
  11. echo *        1. A new directory \W_PART has been created.               *
  12. echo *        2. All *.dat files must remain in \W_PART .                *
  13. echo *        3. It is recommended that you  move wp.exe   file  to      *
  14. echo *           another directory so that it is accessible at all       *
  15. echo *           time.  ( You do not need to be in \W_PART,              *
  16. echo *           but wp.exe must be accessible. )                        *
  17. echo *        4. Please try dic2.bat.  It shows additional features of   *
  18. echo *           the registered version.                                 *
  19. echo *                                                                   *
  20. echo * ***************************************************************** *
  21. echo wp
  22. pause
  23. wp
  24. echo dic
  25. pause
  26. dic
  27. echo dic2
  28. pause
  29. dic2
  30.